home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gStart, gSound
- repeat with x = 9 to 18
- puppetSprite(x, 1)
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- repeat with x = 3 to 7
- puppetSprite(x, 1)
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- puppetSprite(20, 1)
- set the visible of sprite 20 to 1
- puppetSprite(20, 0)
- quitmov()
- updateStage()
- setdef()
- set the soundLevel to gSound
- puppetSound("OPEN.AIF")
- updateStage()
- setbar()
- puppetSprite(4, 0)
- repeat with x = 46 to 47
- puppetSprite(x, 1)
- set the visible of sprite x to 0
- puppetSprite(x, 0)
- end repeat
- go("no")
- end
-